home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / 3new.zip / 3NEW.QNA
Text File  |  1991-11-14  |  8KB  |  171 lines

  1.            BORLAND C++ 3.0
  2. BORLAND C++ & APPLICATION FRAMEWORKS 3.0
  3.          TURBO C++ FOR WINDOWS
  4.  
  5.        QUESTIONS AND ANSWERS
  6.  
  7.  
  8. Q:  What version of C++ does Borland C++ 3.0 support? 
  9. A:  Borland C++ 3.0 implements the AT&T C++ v2.1 specification. 
  10. In addition, Borland C++ 3.0 supports templates, which have been
  11. approved by the ANSI C++ committee.  Exceptions have not been
  12. implemented.
  13.  
  14. Q:  If I only program for DOS, should I buy Borland C++ 3.0?
  15. A:  Yes.  Many of Borland C++'s new features will directly
  16. benefit the DOS programmer including the global optimizer, C++
  17. 2.1 support with templates, increase compile speed for C++,
  18. enhancements to Turbo Debugger, Turbo Profiler and object
  19. oriented programming support for Turbo Assembler.
  20.  
  21. Q:  What is the difference between Borland C++ 3.0 and Turbo C++
  22. for Windows 3.0?
  23. A:  Borland C++ 3.0 is Borland's professional development
  24. environment for both DOS and Windows applications, and comes with
  25. a full suite of professional command-line and IDE tools including
  26. global optimizations. Turbo C++ for Windows is an entry-level
  27. product for developing Windows applications and  includes the
  28. ObjectWindows Application Framework.
  29.  
  30. Q:  What is the price of Turbo C++ for Windows and its upgrade
  31. price for Turbo C++ and Borland C++ 2.0 users?
  32. A:  Turbo C++ for Windows has a suggested retail price of
  33. $149.95, any Borland language user that owns Turbo C, Turbo C
  34. Professional, Borland C++ 2.0 or Turbo C++ can upgrade for
  35. $89.95.
  36.  
  37. Q:  If I only program for Windows, should I buy Borland C++ &
  38. Application Frameworks 3.0, Borland C++ 3.0 or Turbo C++ for
  39. Windows?
  40. A:  All three products are capable of generating Windows
  41. applications, but Borland C++ & Application Frameworks 3.0
  42. includes all of the tools that a professional developer would
  43. require for DOS and Windows and has a retail price of $749. 
  44. Borland C++ 3.0, which has a retail price of $495, is ideal for
  45. professionals programming for DOS or Windows in C.  Turbo C++ for
  46. Windows is intended for more casual programmers who want to learn
  47. how to simplify Windows programming with OOP.  It has a suggested
  48. retail price of $149.95 and comes with the ObjectWindows library.
  49.  
  50. Q:  If I upgrade to Borland C++ 3.0, do I need a new
  51. ObjectWindows library?
  52. A:  If you currently own Borland C++ 2.0 and have upgraded to the
  53. Application Frameworks, which includes ObjectWindows, you will
  54. receive Borland C++ 3.0 & Application Frameworks at no charge.
  55.  
  56. Q:  If I currently have the Application Frameworks, how much does
  57. it cost to upgrade to Borland C++ & Application Frameworks 3.0?
  58. A:  There is no charge to upgrade to Borland C++ & Application
  59. Frameworks 3.0.  It will be provided as an automatic free
  60. upgrade.
  61.  
  62. Q:  If I have already purchased Resource Workshop, do I get a
  63. discount on the purchase of Turbo C++ for Windows, which includes
  64. Resource Workshop?
  65. A:  No. Turbo C++ for Windows includes the Windows-hosted IDE,
  66. ObjectWindows, EasyWin, Turbo Debugger for Windows and Resource
  67. Workshop. It reflects an outstanding value at $149.95.
  68.  
  69. Q:  Does Borland C++ 3.0 have any limitation in the size of files
  70. it can compile?
  71. A:  No.  Borland C++ 3.0 has been completely re-architected to
  72. handle the intensive symbol table requirements of C++.  Borland
  73. C++ 3.0 has compiled the largest PC based C++ applications
  74. available under Windows and DOS today.
  75.  
  76. Q:  How can I convert my DOS programs to Windows?
  77. A:  Turbo C++ for Windows and Borland C++ 3.0 feature the EasyWin
  78. library that allows DOS applications that use standard input and
  79. output to be run under Windows without changing a single line
  80. code. The result is a fully functioning Windows application.
  81.  
  82. Q:  Does Borland C++ 3.0 have a Windows hosted IDE?
  83. A:  Yes. Borland C++ 3.0 includes the Windows IDE from Turbo C++
  84. for Windows.  
  85.  
  86. Q:  Can Turbo C++ for Windows create DOS applications?
  87. A:  No. Turbo C++ for Windows creates Windows applications. Turbo
  88. C++ 2nd edition, and Borland C++ 3.0 support DOS application
  89. development.
  90.  
  91. Q:  Does Turbo C++ for Windows have full support for resource
  92. editing?
  93. A:   The Resource Workshop is included in Turbo C++ for Windows.
  94. It has full support for editing all Windows resources and
  95. user-defined resources including menus, bitmaps, dialogs, string
  96. tables, accelerators, icons, and dialog controls. It can edit
  97. resources in .exe, .rc, .dlg. .bmp, .ico, and .res files. The
  98. Resource Workshop is easy to use, yet fully featured.
  99.  
  100. Q:  Does the Windows IDE provide the capability to optimize the
  101. executable it generates for size or speed?
  102. A:  Yes, it includes register and jump optimizations. To take
  103. full advantage of our global optimizing compiler, the character
  104. mode IDE or the command line compiler must be used. 
  105.  
  106. Q:  What is object-oriented assembler?
  107. A:  The addition of object-oriented data structures gives Turbo
  108. Assembler the power to easily create object-oriented programs
  109. while retaining the speed and flexibility of assembler.
  110.  
  111. Q:  Why did you add OOP extensions to Turbo Assembler?
  112. A:  Assembly-language programmers have always sought ways to make
  113. their work easier with extensions such as macros and directives.
  114. Object-oriented features allow data structures to be encapsulated
  115. and inherited.  This removes dependencies that hinder
  116. maintenance, saves work, and in general makes assembly-language
  117. programming more effective.
  118.  
  119. Q:  What is the difference between Borland C++ and the Microsoft
  120. Windows SDK?
  121. A:  Borland C++ is a professional DOS and Windows development
  122. environment. It includes a C and C++ compiler with all the tools
  123. needed to develop a Windows application without purchasing the
  124. Windows SDK. The Microsoft Windows SDK is a supplement to
  125. Microsoft C 6.0, which includes some libraries and tools that are
  126. not available from Borland. These tools are not required for
  127. Windows application development. 
  128.  
  129. Q:  Does Borland C++ come with the debugging version of Windows?
  130. A:  The debugging version Windows which comes with the MS Windows
  131. SDK is now available through resellers for $195.  Borland does
  132. not include this operating system with Borland C++.
  133.  
  134. Q:  How will I get Windows 3.1 support?
  135. A:  When Microsoft ships Windows 3.1, Borland will make available
  136. to all of Borland C++ 3.0 and Turbo C++ for Windows 3.0 users, an
  137. upgrade kit that will give them full Windows 3.1 support. No
  138. Windows 3.1 SDK will be required.
  139.  
  140. Q:  When will Borland C++ support Windows 3.1?
  141. A:  Borland C++ currently supports beta versions of Windows 3.1.
  142. Users beta testing the Windows 3.1 SDK can download the necessary
  143. files for Borland C++ from Compuserve.  Once Windows 3.1 becomes
  144. commercially available, we will make an update available that
  145. provides the necessary files and documentation to support the
  146. development of Windows 3.1 applications.
  147.  
  148. Q:  Can I compile OS/2 applications with Borland C++?
  149. A:  If you develop applications using ObjectWindows, you will
  150. maintain the highest degree of portability for OS/2.  Borland C++
  151. for OS/2 2.0 will not be available until the third quarter 1992.  
  152.  
  153. Q:  When will Borland C++ for OS/2 2.0 be available?
  154. A:  Borland C++ for OS/2 2.0 goes to beta in the first quarter of
  155. 1992 and will be commercially available in the third quarter. 
  156. Early betas willbe available by year end.
  157.  
  158. Q:  Is Borland C++ going to support Windows NT?  When?
  159. A:  Yes.  Borland is actively developing 32 bit compiler
  160. technology for Windows NT.  Beta test versions will be available
  161. after Microsoft's broad release of the NT SDK beta.
  162.  
  163. Q:  Why is Turbo C++ for Windows version number 3.0?
  164. A:  Turbo C++ for Windows uses the same, third generation, 
  165. compiler that is found in the latest version of Borland C++.
  166.  
  167. Q:  What are the hardware requirements for Borland C++ 3.0?
  168. A:  Borland C++ 3.0 requires a 286 with at least 512K of base
  169. memory and 1 megabyte of extended memory.  A minimum of two (2)
  170. megabytes of extended memory is required for the Windows IDE.
  171.